home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD2.iso / software / browsers / files / QBrows.exe / {app} / Scripts / Browser Bar / Clone current page.js next >
Encoding:
Text File  |  2004-03-25  |  142 b   |  5 lines

  1. Console.WriteLine(Document.LocationURL);
  2. Application.BrowserBar.Visible = true;
  3. Application.BrowserBar.Navigate( Document.LocationURL );
  4.  
  5.